home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Magazine / Online / tcpdl / tcpdlpp.config < prev    next >
Text File  |  1998-11-08  |  1KB  |  36 lines

  1. # tcpdlpp.config
  2. #
  3. # This file specifies the character conversions to be performed on each
  4. # URL, before being written to the output file. 
  5. #
  6. # Each line of this file consists of a character literal to be converted
  7. # and a character literal or string that should replace it. Character
  8. # literals should be enclosed by single quotes ('), and strings should
  9. # be enclosed by double quotes (").
  10. #
  11. # White space (spaces and tabs) is ignored unless it is inside a string.
  12. # Any line where the first non-whitespace character is a hash (#) is 
  13. # treated as a comment and ignored.
  14. #
  15. # Certain escape characters are allowed in character literals and 
  16. # strings:
  17. #
  18. #   \a    = bell
  19. #   \b    = backspace
  20. #   \f    = formfeed
  21. #   \n    = newline
  22. #   \r    = carriage return
  23. #   \t    = horizontal tab
  24. #   \v    = vertical tab
  25. #   \\    = backslash
  26. #   \'    = single quote
  27. #   \"    = double quote
  28. #   \nnn  = character with octal value nnn
  29. #   \xnnn = character with hexadecimal value nnn
  30. #
  31.  
  32. # Change the Micro$oft backslash to a forward slash
  33. '\\'    '/'
  34.  
  35.